AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ReplicationDirectory (Property)
In french: RépertoireRéplication
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The ReplicationDirectory property is used to manage the directory of replication files (".rpl" or ".rpm"). You can:
  • Identify the directory of the replication file for a data file defined in the data model editor or programmatically.
  • Define the directory of the replication file when the data file is defined programmatically.
Example
// Directory of replica of Customer data file
Info(Customer.ReplicationDirectory)
Syntax

Identifying the directory of a replication file Hide the details

<Current directory> = <Data file>.ReplicationDirectory
<Current directory>: Character string
  • Name of the directory of the replica of the specified data file,
  • "." if the directory corresponds to the current directory.
<Data file>: Character string
Logical name of the data file used. This name is defined in the data model editor or with the File Description type.

Defining the directory of the replication file when the data file is defined programmatically Hide the details

<Data file>.ReplicationDirectory = <New directory>
<Data file>: Character string
Logical name of the data file defined with the File Description type.
<New directory>: Character string
Name of the replica directory.
See also
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/03/2024

Señalar un error o enviar una sugerencia | Ayuda local